<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
	<title>404</title>
		
<style>
	   body{
		 background-color: #444;
		 font-size: 14px;
	   }
	   h3{
		  font-size: 60px;
		  color: #eee;
		  text-align: center;
		  padding-top: 30px;
		  font-weight: normal;
	   }
	</style>
</head>
<body>
	<h3>404, 您请求的文件不存在！</h3>
</body>
<script>    
	function goBack() {
            setTimeout(function() {       
		window.location.href = 'https://www.xrqh.com/index'    
	    }, 5000);
	}    
	window.onload = function() {   goBack(); };
</script>
</html>
